home *** CD-ROM | disk | FTP | other *** search
- Subject: FW_CGraphicContextGX question
- Sent: 8/3/96 7:38 AM
- Received: 8/5/96 8:42 AM
- From: Paul Carleton, pcrlt@walrus.com
- Reply-To: ODF Interest, ODF-Interest@CILabs.ORG
- To: OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
-
- The ODF FW_CGraphicContextGX class constructor is *very* slow the first
- time the class is instantiated. There is a perceptible delay of about 1/2
- to 1 second before the first gx shape is drawn. The odd thing is that
- subsequent instantiations of FW_CGraphicContextGX are significantly faster.
- The delay seems to occur only the first time after a reboot.
-
- I can probably work around the problem by creating a dummy
- FW_CGraphicContextGX class object from my part initialization code and then
- delete it immediately, however the constructor requires a facet as an
- argument. Is there a more elegant solution?
-
- I’ve noticed that the Developer University project GraphicsGX on OpenDoc
- DR5 suffers from the same problem.
-
- Any suggestions?
-
- Thank you,
- Paul Carleton
-
-
-